projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c197219
)
* menu.c: Include limits.h (fixes the MS-Windows build broken by
author
Christoph Scholtes
<cschol2112@gmail.com>
Wed, 18 May 2011 03:00:08 +0000
(21:00 -0600)
committer
Christoph Scholtes
<cschol2112@gmail.com>
Wed, 18 May 2011 03:00:08 +0000
(21:00 -0600)
revision 104265).
src/ChangeLog
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index baf5912ba95599cd9738e9b48c4bed90d3f11504..263a5d3a2405fb08bdd0d7458c1676732a3ccd9e 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,8
@@
+2011-05-18 Christoph Scholtes <cschol2112@googlemail.com>
+
+ * menu.c: Include limits.h (fixes the MS-Windows build broken by
+ revision 104625).
+
2011-05-18 Paul Eggert <eggert@cs.ucla.edu>
Fix some integer overflow issues, such as string length overflow.